home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk45 / ruler3 / ruler3.doc < prev    next >
Text File  |  1995-03-18  |  2KB  |  58 lines

  1.                     RULER
  2.  
  3.     Opens a borderless WorkBench window in which is contained a ruler
  4.     for the    purpose of aligning or constraining text; the default ruler
  5.     is 30 characters intended to help prevent entering too-long filenames.
  6.     The program will automatically adjust itself to fit your personal
  7.     screen configuration (ie. MoreRows, etc.)
  8.  
  9.     Usage:
  10.  
  11.     CLI> RUN  RULER  [ size ] [ scale ]
  12.  
  13.     where `size' must be between 12 and your maximum screen columns
  14.     inclusive and defaults to 30, and `scale' is the size of the font to
  15.     enter, and is limited depending on the size of your screen.
  16.  
  17.     The window, of course, can be moved to any convenient location on the
  18.     screen, and resized with an invisible resizing gadget found in the
  19.     lower right corner.
  20.  
  21.     Version 3.0   06-Dec-1988  (c)1988 Chad Netzer and Thad Floryan
  22.  
  23.         Based upon code, idea, and logic from:
  24.  
  25.     Version 1.0   7-Nov-1988   (c)1988 Thad Floryan
  26.  
  27.     Revision history:
  28.         24-Nov-1988 - (Ver. 3.0) - Added support for measuring fonts of
  29.         varying widths (selectable scale).
  30.  
  31.         22-Nov-1988 - (Ver. 2.2) - More adjustments to code, No major
  32.             changes.  Program size is slightly smaller.  (CFN)
  33.  
  34.         14-Nov-1988 - (Ver. 2.1) - Fixed a few minor (harmless) bugs.  The
  35.         right edge of the ruler is now always redrawn after resizing.
  36.         I got rid of that GOTO statement (which in 'C', is considered a
  37.         bug. :-)  Version 2.1 now lets you open a ruler to be as low as
  38.         12 characters wide, which 2.0 only advertised. (CFN)
  39.  
  40.         13-Nov-1988 - (Ver. 2.0) - I added minor enhancements, most
  41.         noteably, the ability to resize the window, and support for 
  42.         overscanned screens.    (CFN)
  43.  
  44.  
  45.     Feel welcome to use this program for any non-commercial purposes
  46.     or for your personal learning.  Commercial users are requested
  47.     to contact Thad at either:
  48.  
  49.     UUCP:    thad@cup.portal.com (OR) ..!sun!portal!cup.portal.com!thad
  50.     BBS:    BBS-JC, 415/961-7250 (300/1200/2400), "Thad Floryan" | "SYSOP"
  51.  
  52.  
  53.     Building instructions (Manx Aztec C):
  54.  
  55.     cc ruler
  56.     ln ruler -lc
  57.  
  58.